fix maps javascript api deprecation warning. (#914)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 22 Aug 2022 13:19:52 +0000 (07:19 -0600)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 13:19:52 +0000 (07:19 -0600)
commitaa2e4a27370a0528d13e10c390d7eab0a293a2cd
tree52ef11571956c60f8b400dbfc0e6c9d02da6fd8b
parentc6b998a82e6d4a9fe8f031dda48de3312bcc826a
fix maps javascript api deprecation warning. (#914)

js: google.maps.event.addDomListener() is deprecated, use the standard addEventListener() method instead: https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener
gui/gmapbase.html